ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class / CopyTo Method
The target array.
The index in the target array to start from.

In This Topic
    CopyTo Method (ItemCollection<T>)
    In This Topic
    Copies the collection to the specified array.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array() As T, _
       ByVal arrayIndex As Integer _
    ) 
    public void CopyTo( 
       T[] array,
       int arrayIndex
    )

    Parameters

    array
    The target array.
    arrayIndex
    The index in the target array to start from.
    See Also